projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b44343
)
(vhdl-header-file): Fix customize type.
author
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:18:40 +0000
(09:18 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:18:40 +0000
(09:18 +0000)
lisp/progmodes/vhdl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/vhdl-mode.el
b/lisp/progmodes/vhdl-mode.el
index 200f5700a009ce78d37dc8b789251f6f0d645a27..337694e52b214b044678e80348982baecfd15a50 100644
(file)
--- a/
lisp/progmodes/vhdl-mode.el
+++ b/
lisp/progmodes/vhdl-mode.el
@@
-250,7
+250,7
@@
Example:
-- Created : <date>
-- Description : <cursor>
-----------------------------------------"
- :type '
string
+ :type '
(choice (const nil) string)
:group 'vhdl-electric)
(defcustom vhdl-modify-date-prefix-string "-- Last modified : "